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 6332325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T18:14:35+00:00 2026-05-24T18:14:35+00:00

I wrote a program that requires ~1GB of RAM zeroed at startup, and this

  • 0

I wrote a program that requires ~1GB of RAM zeroed at startup, and this is taking more time than the rest of the program combined from a cold start. (it’s a simple program, subsequent runs take almost no time at all to allocate). When watched via task manager, it starts with almost no RAM, and then grows about 2MB/sec until it reaches the 1GB it needs. I found options “Heap Reserve Size” and “Heap Commit Size”, and set them to 1000000000 each, but when I watched the program via task manager, the program appears to start at 1GB, and then grow at that 2MB/sec until I get a bad_alloc. The line in question is:
std::vector<std::vector<char> > data(512, std::vector<byte>(2097252, 0));
Can someone clearly explain what these options are for, and if there is a way to use them to speed my allocations? I have read http://msdn.microsoft.com/en-us/library/f90ybzkh(v=vs.80).aspx, but it doesn’t explain the behavior I observed.

  • 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-24T18:14:36+00:00Added an answer on May 24, 2026 at 6:14 pm

    I realized it’s probably because the first run has to page stuff out of RAM to the hard drive, whereas the subsequent run has all that unused RAM left behind after the first run. The allocation/zeroing has nothing to do with it. Sorry all.

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

Sidebar

Related Questions

Below is the program that I wrote. /******************************************************************************* * This program reads EOF from
I wrote a program that forks some processes with fork(). I want to kill
I wrote a program that accepts and outputs Hebrew (i.e. right-to-left) text. In lieu
I wrote a program that worked as a server. Knowing that accept was blocking
I recently wrote a program that used a simple producer/consumer pattern. It initially had
A while ago, I wrote a program that outputs any localhost or network database
I wrote a little program that solves 49151 sudoku's within an hour for an
I wrote a test program thinking that the address of p1 will be less
I wrote a program in java that rolls a die and records the total
I wrote a C program in Linux that mallocs memory, ran it in a

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.