码迷,mamicode.com
首页 >  
搜索关键字:tuning    ( 351个结果
RHCA442学习笔记-Unit13网络性能调整
UNIT 13 Essential Network Tuning 网络性能调整 目标:1. 应用队列技术最大化网络吞吐量 2. 调整TCP和non-TCP网络sockets的buffer 13.1 Simplified transmit model 简化传输的模式 A. Output/writer发 ...
分类:其他好文   时间:2016-07-02 17:36:32    阅读次数:232
(转)《linux性能及调优指南》 3.3 内存瓶颈
翻译:Hank (http://blog.csdn.net/fireroll)版权所有,尊重他人劳动成果,转载时请注明作者和原始出处及本声明。原文名称:《Linux Performance and Tuning Guidelines》原文地址:http://www.redbooks.ibm.com/ ...
分类:系统相关   时间:2016-06-21 17:16:57    阅读次数:178
Android Programming: Pushing the Limits -- Chapter 1: Fine-Tuning Your Development Environment
ADB命令: @、adb help:查看adb命令。 @、adb devices:列出所有连接的安卓设备和模拟器。 @、adb push <local> <remote> 把计算机里的文件拷贝到设备中。 adb push e:\test.xml /sdcard/files.ldb/ @、adb pu ...
分类:移动开发   时间:2016-06-20 20:29:30    阅读次数:266
Java并行程序设计模式小结
转自:http://www.cnblogs.com/panfeng412/p/java-program-tuning-reading-notes-of-concurrent-program-design-pattern.html 这里总结几种常用的并行程序设计方法,其中部分文字源自《Java程序性能 ...
分类:编程语言   时间:2016-06-17 11:01:25    阅读次数:207
iPerf - The network bandwidth measurement tool
What is iPerf / iPerf3 ? iPerf3 is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various pa ...
分类:Web程序   时间:2016-06-16 17:38:38    阅读次数:632
Spark
http://tech.meituan.com/spark-tuning-pro.html http://tech.meituan.com/spark-tuning-basic.html https://spark.apache.org/ https://www.amazon.com/Learnin ...
分类:其他好文   时间:2016-06-13 06:31:22    阅读次数:166
Oracle DBA面试突击题
一份ORACLE DBA面试题 一:SQL tuning 类 1:列举几种表连接方式 答:Oracle的多表连接算法有Nest Loop、Sort Merge和Hash Join三大类,每一类又可以分为三小类。 以Nest Loop为例: 传统的Nest Loop连接; 针对In、Exists优化的... ...
分类:数据库   时间:2016-05-28 20:29:23    阅读次数:825
Mapreduce参数调节
http://blog.javachen.com/2014/06/24/tuning-in-mapreduce/ 本文主要记录Hadoop 2.x版本中MapReduce参数调优,不涉及Yarn的调优。 Hadoop的默认配置文件(以cdh5.0.1为例): core-default.xml hdf ...
分类:其他好文   时间:2016-05-27 23:35:44    阅读次数:194
[转]Columnstore Performance Tuning
Fundamentals of Columnstore Index-Based Performance Columnstore indexes can speed up some queries by a factor of 10X to 100X on the same hardware depe ...
分类:其他好文   时间:2016-05-26 14:23:17    阅读次数:261
caffe学习笔记2:Fine-tuning一个类别识别的预处理的网
Fine-tuning一个预处理的网用于类型识别(Fine-tuning a Pretrained Network for Style Recognition)本文原文地址here在这个实验中,我们我们探索一个通用的方法,这个方法在现实世界的应用中非常的有用:使用一个提前训练的caffe网络,并且使用自定义的数据来fine-tune参数。 这个方法的优点就是,提前训练好的我那个落是从一个非常大的图...
分类:其他好文   时间:2016-05-12 15:52:36    阅读次数:1090
351条   上一页 1 ... 20 21 22 23 24 ... 36 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!