Results 1 to 15 of 15
Thread: Java Memory Layout
- 05-18-2011, 10:43 AM #1
Member
- Join Date
- May 2011
- Posts
- 21
- Rep Power
- 0
- 05-18-2011, 10:47 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,568
- Rep Power
- 15
Why? Do you have a specific problem?
- 05-18-2011, 11:31 AM #3can we use bit fields kind of concept in java?
db
- 05-18-2011, 01:43 PM #4
Objects and variables already take up very little space, and with the standard amount of ram found in computers is 4-6 gigs of ram I doubt you will ever hit that mark.
I don't really know why you need to save even more memory, unless maybe you're coding something major like an operating system or are coding into something very small.- Use [code][/code] tags when posting code. That way people don't want to stab their eyes out when trying to help you.
- +Rep people for helpful posts.
- 05-18-2011, 02:44 PM #5
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,568
- Rep Power
- 15
Not necessarily, it depends on what type of monster objects you create yourself (design questions ignored).
and with the standard amount of ram found in computers is 4-6 gigs of ram I doubt you will ever hit that mark.
My opinion is, we should first find out why the OP wishes to know this. If it for simple academic purposes, then he should simply do some research, if he has a specific "case" then he should describe that so that he can be helped.
- 05-18-2011, 02:56 PM #6
I'm curious as to what you made that took up 4-6 gigs of ram.
- Use [code][/code] tags when posting code. That way people don't want to stab their eyes out when trying to help you.
- +Rep people for helpful posts.
- 05-18-2011, 07:32 PM #7
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,568
- Rep Power
- 15
Financial risk simulations for a very large bank over a ten year, quarterly timeframe, taking transfer risks into account.
- 05-18-2011, 07:36 PM #8
Ahh, well I don't think that would be run on an average computer.
- Use [code][/code] tags when posting code. That way people don't want to stab their eyes out when trying to help you.
- +Rep people for helpful posts.
- 05-18-2011, 09:10 PM #9
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 14,422
- Blog Entries
- 7
- Rep Power
- 29
- 05-18-2011, 09:23 PM #10
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,568
- Rep Power
- 15
Is probably just as valid. ;-)
- 05-18-2011, 10:09 PM #11
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 14,422
- Blog Entries
- 7
- Rep Power
- 29
Build a wall around Donald Trump; I'll pay for it.
- 05-19-2011, 03:25 PM #12
Member
- Join Date
- May 2011
- Posts
- 21
- Rep Power
- 0
I just wanted to Know about granularity and Padding in Java.
- 05-19-2011, 05:46 PM #13
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,568
- Rep Power
- 15
Them, As already Said, Research.
- 06-18-2011, 01:57 PM #14
Member
- Join Date
- May 2011
- Posts
- 21
- Rep Power
- 0
can anyone one please give solution to my problem..........
- 06-18-2011, 02:16 PM #15
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 14,422
- Blog Entries
- 7
- Rep Power
- 29
Similar Threads
-
java on mac - gui layout problem
By dalo in forum AWT / SwingReplies: 0Last Post: 06-19-2010, 11:15 AM -
how do I increase memory allocated to code cache (Non Heap Memory)
By manibhat in forum Advanced JavaReplies: 2Last Post: 08-21-2008, 08:33 PM -
Java GUI layout
By nick2price in forum New To JavaReplies: 2Last Post: 05-27-2008, 10:42 PM -
Use the Layout in java
By lenny in forum AWT / SwingReplies: 2Last Post: 07-26-2007, 08:20 PM
Bookmarks