Re: How to use Java options -Xms and -Xmx on Linux?

2001-05-10 Thread Jonathan Doughty
> "Timothy" == Timothy Reaves <[EMAIL PROTECTED]> writes: >> Q2: is there any upper limit for -Xms and -Xmx values, or can >> I use whatever value I want such as -Xms700m and >> -Xmx2g (suppose "m" and "g" are available)? > There is no upper limit. Au contraire. There is not _suppo

Re: jvm permissions question

2001-05-10 Thread Dimitris Vyzovitis
On Thu, 10 May 2001, Joel Dudley wrote: > Hello all, > I have a security question for you all. We are going to have some java > processes running on our server and, for security reasons, we would prefer > that the JVM not run as root. However, due to the nature of our app and > infrastructure o

Re: jvm permissions question

2001-05-10 Thread Nathan Meyers
On Thu, May 10, 2001 at 02:03:36PM -0700, Joel Dudley wrote: > Hello all, > I have a security question for you all. We are going to have some java > processes running on our server and, for security reasons, we would prefer > that the JVM not run as root. However, due to the nature of our app an

jvm permissions question

2001-05-10 Thread Joel Dudley
Hello all, I have a security question for you all. We are going to have some java processes running on our server and, for security reasons, we would prefer that the JVM not run as root. However, due to the nature of our app and infrastructure out app needs to be able to do things as different u

Re: How to use Java options -Xms and -Xmx on Linux?

2001-05-10 Thread Timothy Reaves
[EMAIL PROTECTED] wrote: > Hi, > > It would be appreciated if someone could help me on the following questions. > > Q1: can I use "k", "m" and "g" to specify kbyte, mbyte and > gbyte, like -Xms700m (for 700 mb), -Xmx2g (for 2 gb)? You should. > > Q2: is there any upper limit

How to use Java options -Xms and -Xmx on Linux?

2001-05-10 Thread Lee_Xing
Hi, It would be appreciated if someone could help me on the following questions. Q1: can I use "k", "m" and "g" to specify kbyte, mbyte and gbyte, like -Xms700m (for 700 mb), -Xmx2g (for 2 gb)? Q2: is there any upper limit for -Xms and -Xmx values, or can I use whatever value I wa

Java for linux on fbsd??

2001-05-10 Thread kevin1
Hello all, What I have to do is set up a freebsd box with java 1.3. We dev on linux boxen, and I was hoping to lean on fbsd's linux compatiblity mode, and just install. Is there any problems with that approach? -- To