Link to home
Start Free TrialLog in
Avatar of Los Angeles1
Los Angeles1

asked on

VMWare, cores, processes and threads on Linux

I am using VMware 5.5

I have a 5 core VM.  So I have 5 processes on the machin, as I just learned from a previous post

Now I want to convert an app that runs natively to a VM.  On the native installation I set the following limits.conf file

      xxx           soft    nproc          16384
      xxx           hard    nproc          16384

Open in new window


So since I have only 5 processes, how would I change my limits.conf file to support a huge number of threads, (since I have only 5 processes, and I wish to tune my app)

Thanks
ASKER CERTIFIED SOLUTION
Avatar of dipopo
dipopo
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial