Results 1 to 2 of 2
Thread: Analysis of Command Line
- 04-10-2012, 06:31 PM #1
Member
- Join Date
- Apr 2012
- Posts
- 1
- Rep Power
- 0
Analysis of Command Line
Hi Guys,
I'm not a java developer but rather an end user looking for some hints in improving the app performance for a vendor provided application.
Could one of the experts here analyze the following parameters and/or point me to a good reference to be able to parse it out for myself?
The app is a mapping app using ESRI's ArcObjects so it's somewhat graphics intense.
Here's the command line, I look forward to your response
%javabin%java
-Djava.security.policy=file:myServer.policy
-Dsun.java2d.noddraw=false
-Xms1000m
-Xmx1000m
-Xss1m
-Xmn4m
-XX:MaxPermSize=150m
-XX:+UseConcMarkSweepGC
-XX:+UseTLAB
-XX:+CMSIncrementalMode
-jar myclient.jar mymodel modelserver "A Client App" mapAO
rem7600
-
Re: Analysis of Command Line
The best solution in my experience: contact the vendor. But this question has nothing to do with the focus of this forum. Moving to the lobby.
Similar Threads
-
Command Line
By dougie1809 in forum New To JavaReplies: 7Last Post: 03-12-2012, 10:47 AM -
Open a URL and read it line by line (Works in Eclipse but not from Command Line)
By rosco544 in forum NetworkingReplies: 16Last Post: 09-17-2011, 02:41 AM -
can i run line by line command in netbean?
By choconlongxu in forum NetBeansReplies: 1Last Post: 07-19-2010, 08:41 PM -
Formatting java command line output - Multi line string
By dricco in forum New To JavaReplies: 2Last Post: 07-02-2010, 02:20 PM -
Unable to execute command line command in java
By LordSM in forum New To JavaReplies: 1Last Post: 08-08-2007, 12:23 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks