Reputation: 71
How to get the memory used by derby database in eclipse IDE using java code.Is there any memmory limitation in derby embedded database.what is the maximum memmory can be used for derby in eclipse IDE.In my application I want to back up database and clear table datas while exceding the certain limits of memory.How to achieve this using java.To do this i want to know how to get the current memory usage and limit of memory.
Upvotes: 0
Views: 612