zoukankan
html css js c++ java
Oracle服务器上Swap的配置
在Oracle服务器上,设置合适的swap大小可以提升Oracle的性能,对于Oracle 11g来说,Oracle服务器上物理内存和要设置的swap大小关系如下:
如果物理内存小于等于2GB,那么swap应该是物理内存的1.5倍;
如果物理内存在2GB到16GB之间,那么swap大小最好等于物理内存;
如果物理内存大于16GB,那么swap设置为16G就足够了。
我们可以用操作系统命令free -m来查看物理内存、swap大小,单位是MB
更多Oracle内容 请关注我:
查看全文
相关阅读:
react hook超实用的用法和技巧分析
React.js事件处理的三种写法
基于虚拟 DOM 库 (Snabbdom) 的迷你 React
函数式的React
Node.js特点和适用场景
浅谈小程序运行机制
NodeJS 和 C++ 之间的类型转换
angular多语言配置
react传递方法 警告
2019第12周知识总结
原文地址:https://www.cnblogs.com/da605839633/p/5477904.html
最新文章
Spring Boot MyBatis最全教程:你值得拥有
255.Spring Boot+Spring Security:使用md5加密
256.Spring Boot+Spring Security: MD5是加密算法吗?
Security注解:@PreAuthorize,@PostAuthorize, @Secured, EL实现方法安全
让你欲罢不能:你心愿我听见了
Spring Boot+Spring Security:获取用户信息和session并发控制
情绪控制,拥有开挂的人生——妈妈再也不担心,我找不到女朋友了
国内最全的Spring Boot系列之二
Sharding-jdbc视频:当Sharding-jdbc遇到Spring Boot
How to count the occurrences of a number?
热门文章
Unable to mount a ntfs partition after replace windows after Linux install?
What to do when wps failed to install on Ubuntu?
How to remove all the empty files or directories?
Emacs for All, All for Emacs
Using CDPATH environment to accelerate navigation among multiple commonly used directories.
Control rhythmbox inside Emacs
Working with Latex under Emacs
Change Fedora hostname permanently
Monitoring the process execution and memory consumption in its lifetime
npm scripts 参数_npm scripts使用指南
Copyright © 2011-2022 走看看