ニュース

Interstage Application Serverにおいて、CORBAワークユニットでJavaのサーバアプリケーションを運用しますが、Javaのオプション(-Xmsや-Xmx、-verbose:gcなど)が有効になりません。 Interstage Application Serverのよくあるご質問 を検索できます。
Java VMで、初期ヒープサイズとして「-Xms1024m」を指定した場合に、初期ヒープサイズが起動時から獲得されますか? 起動時から獲得されます。 Javaのオプション-Xmx、および-Xmsは、指定により、以下のような動作となります。
java -Xnocompressedrefs -Xmx300g works fine. Since there is only one JVM in the package, I don't think it's a problem with the redirector. It seems the VM is missing logic outside the redirector to ...