How to install Oracle on SUSE Linux 10: Modify Linux kernel parameters

Source: Internet
Author: User
Keywords Linux kernel parameters modifying Linux
Tags .net aliyun file how to http install ipv4 kernel

1 Oracle 11g Kernel requirements:

Fs.file-max = Processes
Kernel.shmall = 2097152
Kernel.shmmax = 2147483648
Kernel.shmmni = 4096
Kernel.sem = 250 32000 100 128
net.http://www.aliyun.com/zixun/aggregation/6133.html ">ipv4.ip_local_port_range = 560.html" >1024 65000
Net.core.rmem_default = 4194304
Net.core.rmem_max = 4194304
Net.core.wmem_default = 262144
Net.core.wmem_max = 262144

2 Check the kernel parameters to meet the requirements:

The value greater than the requirement can be modified without modification.

3 Modify the parameters that need to be modified.

In the/etc/sysctl.conf startup file, enter the following:

Kernel.sem = 250 32000 100 128
Net.ipv4.ip_local_port_range = 1024 65000
Net.core.rmem_default = 4194304
Net.core.rmem_max = 4194304
Net.core.wmem_default = 262144
Net.core.wmem_max = 262144

4 the modified kernel parameter takes effect immediately:

Linuxsuse:/proc/sys/net/ipv4 # Sysctl–p

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.