9thport ruby, rails, sysadmin, os x, and other stuff

1Mar/100

change maximum memory for coldfusion 8

First, it might be good for you to get the total amount of free memory on your system (using -m will present the information in MB):

[root@www1 bin]# free -m
total       used       free     shared    buffers     cached
Mem:          1770       1754         15          0         74        894
-/+ buffers/cache:        785        984
Swap:         1983         74       1909

Looks like I have about 1754 MB free.

Edit the following file:

/opt/jrun4/bin/jvm.config

then change the following line from:

-XX:MaxPermSize=512m

to something higher, like:

-XX:MaxPermSize=768m

Filed under: Linux, Sysadmin No Comments
4Feb/100

Installing Ubuntu now…

I really like the Ubuntu operating system and the team that is making it. I hope to make it my personal development computer once I find a nice laptop to run it on.

Installing Ubunto 9.10 on VMWare

Installing Ubunto 9.10 on VMWare

Full Screen Terminal Screen shot in Ubuntu while installing Ruby on Rails

Full Screen Terminal Screen shot in Ubuntu while installing Ruby on Rails

Filed under: Linux, Sysadmin No Comments