I see that packages I already have in my ringojs/packasges directory
are listed as installed by rp. How does it treat those packages? What
happens if I uninstall them?
A minor note: on Linux where the HotSpot server vm is used by default
adding "-J-client" to the java command line in bin/rp helps reduce
startup time by almost half.
Hannes
2012/1/29 Robert Gaggl <grob...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "RingoJS" group.
> To post to this group, send email to rin...@googlegroups.com.
> To unsubscribe from this group, send email to ringojs+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/ringojs?hl=en.
>
Good to know! Current behaviour seems reasonable to me.
>> A minor note: on Linux where the HotSpot server vm is used by default
>> adding "-J-client" to the java command line in bin/rp helps reduce
>> startup time by almost half.
>
> ah, thanks for the reminder. i tried that on my machines (osx/linux,
> both 64bit), and -client didn't have any effect. using "-J-d32 -J-
> client" did reduce startup time dramatically on os x, but this threw
> an error on my linux boxes (probably because i had the 64bit jdk
> installed), that's why i hesitated to add that to the rp script.
Did -J-client alone not help on OS X? I think that one should be
available on all Oracle and OpenJDK versions (of course there's other
VMs as well..)
Hannes