积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部云计算&大数据(348)VirtualBox(113)OpenShift(44)Apache Kyuubi(44)Pandas(32)机器学习(23)Kubernetes(21)Apache Flink(15)rancher(8)RocketMQ(7)

语言

全部英语(248)中文(简体)(91)英语(4)中文(简体)(3)中文(繁体)(1)

格式

全部PDF文档 PDF(322)其他文档 其他(24)DOC文档 DOC(1)PPT文档 PPT(1)
 
本次搜索耗时 0.128 秒,为您找到相关结果约 348 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • OpenShift
  • Apache Kyuubi
  • Pandas
  • 机器学习
  • Kubernetes
  • Apache Flink
  • rancher
  • RocketMQ
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 尚硅谷大数据技术之Hadoop(生产调优手册)

    their respective _OPT variable. # There is no default; the JVM will autoscale based upon machine # memory size. # export HADOOP_HEAPSIZE_MAX= # The minimum amount of heap to use (Java -Xms). If no unit their respective _OPT variable. # There is no default; the JVM will autoscale based upon machine # memory size. # export HADOOP_HEAPSIZE_MIN= HADOOP_NAMENODE_OPTS=-Xmx102400m (2)查看 NameNode 占用内存 这里我们发现所有的文件块都是存储在 DISK,按照理论一个副本存储在 RAM_DISK, 其他副本存储在 DISK 中,这是因为,我们还需要配置“dfs.datanode.max.locked.memory”, “dfs.block.size”参数。 那么出现存储策略为 LAZY_PERSIST 时,文件块副本都存储在 DISK 上的原因有如下两 点: (1)当客户端所在的 DataNode
    0 码力 | 41 页 | 2.32 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 4 - Efficient Architectures

    about a dog and cat, but we know that they are both cute, have been domesticated for a while and are safe. These two animals are more similar to each other than to a random animal like a chimp. Similarly bear, if we ever accidentally cross paths. We build an associative memory when about them over our lifetime. This associative memory helps us visualize the similarities or differences between a pair of extremely dangerous, even though stuffed teddy bears have conditioned us into thinking that they might be safe and cute. A raccoon can seem to be cute (remember Rocket the raccoon from Guardians of the Galaxy
    0 码力 | 53 页 | 3.92 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.10 User Manual

    . . . . . . . . . . . . . . . . . . . . . 74 4.8 Memory overcommitment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 4.8.1 Memory ballooning . . . . . . . . . . . . . . . . . . . . VirtualBox Watchdog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174 9.22.1 Memory ballooning control . . . . . . . . . . . . . . . . . . . . . . . . . 174 9.22.2 Host isolation detection . . . . 205 12.8.1 Cannot start VM, not enough contiguous memory . . . . . . . . . . . . 205 7 Contents 12.8.2 VM aborts with out of memory errors on Solaris 10 hosts . . . . . . . . 205 13 Security
    0 码力 | 324 页 | 5.85 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.8 User Manual

    . . . . . . . . . . . . . . . . . . . . . 74 4.8 Memory overcommitment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 4.8.1 Memory ballooning . . . . . . . . . . . . . . . . . . . . VirtualBox Watchdog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 175 9.22.1 Memory ballooning control . . . . . . . . . . . . . . . . . . . . . . . . . 175 9.22.2 Host isolation detection . . . . 206 12.8.1 Cannot start VM, not enough contiguous memory . . . . . . . . . . . . 206 7 Contents 12.8.2 VM aborts with out of memory errors on Solaris 10 hosts . . . . . . . . 206 13 Security
    0 码力 | 324 页 | 5.85 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.6 User Manual

    . . . . . . . . . . . . . . . . . . . . . 74 4.8 Memory overcommitment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 4.8.1 Memory ballooning . . . . . . . . . . . . . . . . . . . . VirtualBox Watchdog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174 9.22.1 Memory ballooning control . . . . . . . . . . . . . . . . . . . . . . . . . 174 9.22.2 Host isolation detection . . . . 205 12.8.1 Cannot start VM, not enough contiguous memory . . . . . . . . . . . . 205 7 Contents 12.8.2 VM aborts with out of memory errors on Solaris 10 hosts . . . . . . . . 205 13 Security
    0 码力 | 322 页 | 5.84 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.22 User Manual

    . . . . . . . . . . . . . . . . . . . . . 77 4.8 Memory overcommitment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 4.8.1 Memory ballooning . . . . . . . . . . . . . . . . . . . . VirtualBox Watchdog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191 9.21.1 Memory ballooning control . . . . . . . . . . . . . . . . . . . . . . . . . 191 9.21.2 Host isolation detection . . . . . . . 224 12.8.1 Cannot start VM, not enough contiguous memory . . . . . . . . . . . . 224 12.8.2 VM aborts with out of memory errors on Solaris 10 hosts . . . . . . . . 224 13 Security guide
    0 码力 | 372 页 | 6.01 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.18 User Manual

    . . . . . . . . . . . . . . . . . . . . . 77 4.8 Memory overcommitment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 4.8.1 Memory ballooning . . . . . . . . . . . . . . . . . . . . VirtualBox Watchdog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191 9.21.1 Memory ballooning control . . . . . . . . . . . . . . . . . . . . . . . . . 191 9.21.2 Host isolation detection . . . . . . . 224 12.8.1 Cannot start VM, not enough contiguous memory . . . . . . . . . . . . 224 12.8.2 VM aborts with out of memory errors on Solaris 10 hosts . . . . . . . . 224 13 Security guide
    0 码力 | 369 页 | 6.00 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.12 User Manual

    . . . . . . . . . . . . . . . . . . . . . 77 4.8 Memory overcommitment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 4.8.1 Memory ballooning . . . . . . . . . . . . . . . . . . . . VirtualBox Watchdog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 190 9.21.1 Memory ballooning control . . . . . . . . . . . . . . . . . . . . . . . . . 191 9.21.2 Host isolation detection . . . . . . . 223 12.8.1 Cannot start VM, not enough contiguous memory . . . . . . . . . . . . 223 12.8.2 VM aborts with out of memory errors on Solaris 10 hosts . . . . . . . . 223 13 Security guide
    0 码力 | 364 页 | 5.99 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.14 User Manual

    . . . . . . . . . . . . . . . . . . . . . 72 4.8 Memory overcommitment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 4.8.1 Memory ballooning . . . . . . . . . . . . . . . . . . . . 163 9.19.3 Mac OS X: starting the webservice via launchd . . . . . . . . . . . . . . 164 9.20 Memory Ballooning Service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 10 Technical background . . . . . . . 191 12.7.1 Cannot start VM, not enough contiguous memory . . . . . . . . . . . . 191 12.7.2 VM aborts with out of memory errors on Solaris 10 hosts . . . . . . . . 191 13 Security guide
    0 码力 | 299 页 | 4.84 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.38 User Manual

    . . . . . . . . . . . . . . . . . . . . . 76 4.8 Memory overcommitment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 4.8.1 Memory ballooning . . . . . . . . . . . . . . . . . . . . VirtualBox Watchdog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182 9.22.1 Memory ballooning control . . . . . . . . . . . . . . . . . . . . . . . . . 182 9.22.2 Host isolation detection . . . . . . . 214 12.8.1 Cannot start VM, not enough contiguous memory . . . . . . . . . . . . 214 12.8.2 VM aborts with out of memory errors on Solaris 10 hosts . . . . . . . . 214 13 Security guide
    0 码力 | 349 页 | 5.93 MB | 1 年前
    3
共 348 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 35
前往
页
相关搜索词
硅谷大数技术Hadoop生产调优手册EfficientDeepLearningBookEDLChapterArchitecturesOracleVMVirtualBox4.210UserManual4.32218124.11438
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩