-Bash: ulimit: pipe size: cannot modify limit: Invalid argument,-bashulimit

Source: Internet
Author: User

-Bash: ulimit: pipe size: cannot modify limit: Invalid argument,-bashulimit

When switching from the root account to the oracle account, the following error occurs: "-bash: ulimit: pipe size: cannot modify limit: Invalid argument". This error is generally caused by the setting. bash_profile is not caused by spaces. For example (pay attention to the red part)

Example 1:

If [$ USER = "oracle"]; then
If [$ SHELL = "/bin/ksh"]; then
Ulimit-p 16384
Ulimit-p 65536
Else
Ulimit-u 16384-n 65536
Fi
Fi

Example 2:

If [$ USER = "oracle"]; then
If [$ SHELL = "/bin/ksh"]; then
Ulimit-p 16384
Ulimit-p 65536
Else
Ulimit-u 16384-n 65536
Fi
Fi

I encountered a special case when I helped a colleague read this problem. As shown in the following figure, ulimit-u 16384-n 65536 is missing spaces and this error also occurs, correct syntax: ulimit-u 16384-n 65536

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.