Find the answer to your Linux question:
Results 1 to 2 of 2
Hi When i log in to oracle user, it gives this error; -bash: ulimit: max user processes: cannot modify limit: Operation not permitted the output of the /etc/profile is; if ...
  1. #1
    Just Joined!
    Join Date
    Dec 2011
    Posts
    1

    Cannot modify limit: Operation not permitted

    Hi
    When i log in to oracle user, it gives this error;

    -bash: ulimit: max user processes: cannot modify limit: Operation not permitted

    the output of the /etc/profile is;

    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi


    Please help

    Thanks

  2. #2
    Banned
    Join Date
    Nov 2011
    Location
    India
    Posts
    29
    which OS version you are using??

    and what is the output of "ulimit" command

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...