I've got this ulimit error while installing Oracle EM 12c cloud control.
It said that they expect value of 4096 and my value is only 1024.
Here is what I did to rectify this issue:
1. login as root
2. change sysctl.conf file
vi /etc/sysctl.conf
add on the last row this syntax:
fs.file-max = 5120
save
3. change limits.conf
vi /etc/security/limits.conf
add in this sytax:
* soft nproc 5119
* hard nproc 5119
* soft nofile 5119
* hard nofile 5119
save
4. reboot your system
and now when you run this command:
ulimit -a
you will see that "open file" is reflected as 5119.
Hope it helps to solve your issue as well.
another link that is helpful as well is
http://stackoverflow.com/questions/34588/how-do-i-change-the-number-of-open-files-limit-in-linux
Diary of many things... could be my days, my vlog, my technical problem, my cooking / bakings or any interesting article that I found on internet. So stay tune for any new update...
Subscribe to:
Post Comments (Atom)
Music Scales
Scale is a sequence of musical notes with specific order. There are few types of scale such as pentatonic (5 notes) and diatonic (7 notes). ...
-
I realized recipe from my family or my Indonesian friends sometimes need flour "segitiga biru" or "cakra" or "kunci...
-
250 g beef fillet, sliced thinly 2 tbsps olive oil 2 cloves garlic, sliced thinly 4 basil leaves 1 pkt (200g) baby asparagus, ends trimm...
-
cinta itu buta tapi manuasia yang jatuh cinta tidak semua buta apakah yang tidak buta itu benar-benar jatuh cinta, atau cuma orang buta yang...
No comments:
Post a Comment