<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Java: Xss doesn't work in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/java-xss-doesn-t-work/m-p/4064452#M94615</link>
    <description>As said before, a stacksize of 256m is way too large. Keep in mind that - at least if I remember the documentation well, the stack size is allocated for every java thread, and that the total stack size may not exceed the maxssiz kernel parameter. On my system, I could set -Xss10m, but the JVM would run out of (stack-)memory as soon as it wants to start an 11th thread.&lt;BR /&gt;&lt;BR /&gt;Try -Xss256k or -Xss512k, that would be more then sufficient.&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Sep 2007 02:20:26 GMT</pubDate>
    <dc:creator>Wim Rombauts</dc:creator>
    <dc:date>2007-09-04T02:20:26Z</dc:date>
    <item>
      <title>Java: Xss doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-xss-doesn-t-work/m-p/4064449#M94612</link>
      <description>Hi colleagues,&lt;BR /&gt;I start a script where a Java program is run.&lt;BR /&gt;I got the error:&lt;BR /&gt;The stack size specified is too small, Specify at least 208k&lt;BR /&gt;&lt;BR /&gt;When I start the program I specify the following options ... -Xms128m -Xmx500m -Xss256m ...&lt;BR /&gt;It seems that Xss doesn't work.&lt;BR /&gt; Which are the probable reasons of such problem?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Enrico</description>
      <pubDate>Mon, 03 Sep 2007 05:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-xss-doesn-t-work/m-p/4064449#M94612</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2007-09-03T05:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Java: Xss doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-xss-doesn-t-work/m-p/4064450#M94613</link>
      <description>Shalom Encrico,&lt;BR /&gt;&lt;BR /&gt;Possible bug:&lt;BR /&gt;&lt;A href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4709879" target="_blank"&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4709879&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4341019" target="_blank"&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4341019&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Possible limits on your JVM.&lt;BR /&gt;&lt;A href="http://java.sun.com/docs/books/jvms/second_edition/html/Overview.doc.html" target="_blank"&gt;http://java.sun.com/docs/books/jvms/second_edition/html/Overview.doc.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If its a bug, the fix will eventually be released on &lt;A href="http://www.hp.com/go/java" target="_blank"&gt;http://www.hp.com/go/java&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Sep 2007 05:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-xss-doesn-t-work/m-p/4064450#M94613</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-03T05:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Java: Xss doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-xss-doesn-t-work/m-p/4064451#M94614</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;besides all possible java-bugs, a stacksize of 256Mb seems unreasonable to me.&lt;BR /&gt;Which JAVA-version?&lt;BR /&gt;What happens, when no option '-Xss...' is supplied?&lt;BR /&gt;&lt;BR /&gt;MfG Peter</description>
      <pubDate>Mon, 03 Sep 2007 12:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-xss-doesn-t-work/m-p/4064451#M94614</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-09-03T12:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Java: Xss doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-xss-doesn-t-work/m-p/4064452#M94615</link>
      <description>As said before, a stacksize of 256m is way too large. Keep in mind that - at least if I remember the documentation well, the stack size is allocated for every java thread, and that the total stack size may not exceed the maxssiz kernel parameter. On my system, I could set -Xss10m, but the JVM would run out of (stack-)memory as soon as it wants to start an 11th thread.&lt;BR /&gt;&lt;BR /&gt;Try -Xss256k or -Xss512k, that would be more then sufficient.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Sep 2007 02:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-xss-doesn-t-work/m-p/4064452#M94615</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2007-09-04T02:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Java: Xss doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-xss-doesn-t-work/m-p/4064453#M94616</link>
      <description>&amp;gt;Wim: and that the total stack size may not exceed the maxssiz kernel parameter.&lt;BR /&gt;&lt;BR /&gt;Yes, 256m is just too large.&lt;BR /&gt;&lt;BR /&gt;The thread stack size isn't charged against maxssiz, that only limits the main thread stack.</description>
      <pubDate>Tue, 04 Sep 2007 11:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-xss-doesn-t-work/m-p/4064453#M94616</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-04T11:56:08Z</dc:date>
    </item>
  </channel>
</rss>

