Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6122505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:54:24+00:00 2026-05-23T15:54:24+00:00

Possible Duplicate: Practical limitations of JVM memory and CPU usage? Let’s say money was

  • 0

Possible Duplicate:
Practical limitations of JVM memory and CPU usage?

Let’s say money was not a limiting factor, and I wanted to write a Java program that ran on a single powerful machine.

The goal would be to make the Java program run as fast as possible without having to swap or go to disk for anything.

Let’s say that this computer has:

  • 1 TB of RAM (64 16GB DIMMs)
  • 64 processor cores (8 8-core processors)
  • running 64-bit Ubuntu

Could a single instance of a java program running in a JVM take advantage of this much RAM and processors?

Are there any practical considerations that might limit the usage and efficiency?

  • Hardware limitations (e.g. can CPUs work together on a TB of memory)?
  • OS process (memory & threads) limitations?
  • JVM memory/heap limitations?
  • JVM thread limitations?

Could a regular executable (i.e. a C program) take advantage of the above specs?

Thanks,
Galen

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:54:25+00:00Added an answer on May 23, 2026 at 3:54 pm

    Yes, a JVM can take advantage of that much RAM and processors. In fact I have a machine with a nearly identical configuration as you describe except it’s running RedHat. Keep in mind that your application would need to be multithreaded to use all the processor cores.

    As for hardware limitations, there are always caching issues that can be pretty complicated, but a rule of thumb is that if all your threads are randomly accessing multiple areas of RAM, you’re likely to get low cache coherency. If they’re hitting roughly the same areas of RAM, it’s likely you’ll get better cache hits.

    For specifics, it would be nice to know what sort of applications you’re planning on writing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Why not use tables for layout in HTML? Under what conditions should
Possible Duplicate: Best practices regarding equals: to overload or not to overload? Does anyone
Possible Duplicate: Do write-only properties have practical applications? A getter without a setter makes
Possible Duplicate: What is System.Void? I have no practical reason for knowing this answer,
Possible Duplicate: Git for beginners: The definitive practical guide With git, how do people
Possible Duplicate: What is IOC? Need some practical code examples to illustrate I have
Possible Duplicate: Javascript closure inside loops - simple practical example How can I make
Possible Duplicate: What is object serialization? I know the details of how the JVM
Possible Duplicate: Java: Rationale of the Object class not being declared abstract Why is
Possible Duplicate: Javascript closure inside loops - simple practical example I am using webservice

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.