This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 159361 - No way to set Derby JVM options from the IDE
Summary: No way to set Derby JVM options from the IDE
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 7.4
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
: 229360 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-02-27 23:11 UTC by apb
Modified: 2013-10-11 12:47 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description apb 2009-02-27 23:11:17 UTC
I spent a good half hour searching for a way to specify JVM options for the Derby server that you can start from the IDE
and I could find no way to do so. This is very bad since my DB causes Derby to crash with out of memory and out of
PermGen space memory errors without extra options. I think the "Java DB Properties" window that is opened up when you
right click in the Services window under Databases:JavaDB:Properties should have an extra line for specifying JVM options.
Comment 1 Jiri Rechtacek 2009-10-16 14:04:04 UTC
Reassigned to new owner.
Comment 2 aosamai 2013-04-29 18:08:03 UTC
this is a helpful feature to put in place since we use derby for developing various apps.

if netbeans is internally starting the DB using asadmin start-database

you can easily add the JVM options like so
--jvmoptions '-server -Xmx900m -Xms100m'

so having a text box in the properties window of derby node in the database tree would be quite useful
Comment 3 Jaroslav Havlin 2013-05-27 16:51:24 UTC
*** Bug 229360 has been marked as a duplicate of this bug. ***