Jeppe Mariager

Greenhorn
+ Follow
since May 09, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jeppe Mariager

Hey all,

We're making an import functionality for our CMS, and it needs to import some things from a XML feed (RSS to be more specific)... The encoding of the XML is (and cannot be changed) ISO-8859-1, but when we read it, i think that it reads it as UTF-8... Anyone know how we can make the ISO-8859-1 chars work?

15 years ago
As i said, i use abour 1.3gig/3gig ram when it dies - So i don't think thats the problem.

Anyways, thanks a lot guys, i'll try tweaking the numbers and getting it to run correctly...
15 years ago
Hey all,

First off, sorry if this has been answered before, i did some searching, but didnt find much i knew how to do.

I'm a totl newbie in the Java world, but my company has recently purchased a new CMS coded in Java, and since i'm a webdeveloper, i got the task of moving our sites to the new system. When i develop on my laptop, i often run into the OutOfMemoryError: PermGen space error. I figured that it's because my java stuff doesnt get as much memory as it should - But my question is, how do i increase this? I checked my memory usage at the time before and after the problem, and i use around 1.3 gig of 3 gig RAM, so i figure that it should be possible to kick some more resources after the java programs.

Here's my current JAVA_OPS from jboss run.conf:

JAVA_OPTS="-server -Xms128m -Xmx1024m -XX :p ermSize=64m -XX:MaxPermSize=512m -Dcom.sun.management.jmxremote -Djava.util.logging.config.file=/usr/local/jboss/server/default/conf/logging.properties"

I figure that it's something in there that needs tweaking, but i'm not sure what exactly?

Thanks a lot for your time if you can help me, it's really appreciated. I'm really starting to like Java, and if i can just get this error fixed, i'll hopefully be flying in no time
[ May 09, 2008: Message edited by: Jeppe Mariager ]
15 years ago