KMLM List
View email archives for the history of this mailing list.
|
|
|
|
systemc-forum - Re: [systemc-forum] allocated memory for systemC simulation by OS
|
Message Thread:
Previous |
Next
|
- To: systemc-forum@xxxxxxxxxxxxxxxxx
- From: Karthick Gururaj <karthick.gururaj@xxxxxxxxx>
- Date: Tue, 23 Feb 2010 17:58:04 +0530
- Send Email to systemc-forum@lists.systemc.org:
- Send new message
- Reply to this message
|
On Tue, Feb 23, 2010 at 5:34 PM, Philipp A. Hartmann <
philipp.hartmann@xxxxxxxx> wrote:
> On 23/02/10 00:09, erkan diken wrote:
> >
> > I would like to ask, if there is a memory limit allocated for the systemC
> > simulation by the OS ?
>
> From the OS' perspective, a SystemC simulation is a regular program
> execution. Depending on the OS, there may indeed be memory limits for
> user-space programs, e.g. 3 GB on typical 32-bit Linux systems.
>
> You should be able to find details for your platform/OS in its
> documentation.
>
Perhaps not what the OP meant, but if you are interested in manipulating
stack size for SC_THREADs, you can check set_stack_size() function of
SystemC.
|
|