Starting Pharo with extra memory on OS X [closed] - smalltalk

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about programming within the scope defined in the help center.
Improve this question
I am running an expensive analysis and my Pharo image raises a Low Memory error.
I know there was a way of starting the Cog VM with extra memory but can't find it now. Does anybody know how to do that on a Mac?

Oki, seems that I've found the answer myself. For the version of VM that I have I can run:
croquet -m 2000M
to run the image with 2G of memory.

Related

How to separate GPU workoad on windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 11 months ago.
Improve this question
I'd like to buy a multi GPU motherboard but wanted to separate the workloads separately on each GPU using windows
I know you can select a GPU for high performance in Windows 10 but that's not separating tasks/workloads
I.e. one GPU can work using one program and another GPU using another program without sharing workloads
Is this possible?
This kind of explicit multi-GPU management is supported by DirectX 12.
https://devblogs.microsoft.com/directx/directx-12-multiadapter-lighting-up-dormant-silicon-and-making-it-work-for-you/
https://gpuopen.com/wp-content/uploads/2017/03/GDC2017-Explicit-DirectX-12-Multi-GPU-Rendering.pdf
https://developer.nvidia.com/explicit-multi-gpu-programming-directx-12
https://www.intel.com/content/www/us/en/developer/articles/technical/multi-adapter-support-in-directx-12.html

Why System64 and mono and system in My Notebook D Drive? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 months ago.
Improve this question
12/27 i use stream install SCP:secret laboratory but 12/29 i turn on my notebook i find System64 and System and mono folder in my Notebook D Drive , I have uninstalled SCP:secret laboratory ,should i delete this three folder?
Yes, it should be safe to delete those folders. They are a requirement for SCP:SL.
If you're worried about breaking something, I would recommend moving the folders to see if something breaks (unlikely), and once you're sure everything is still OK, you can safely delete them.

Why we cannot extend disks with snapshots in vmware vSphere cloud? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I know by the documentation of vSphere :
https://docs.vmware.com/en/VMware-vRealize-Suite-Lifecycle-Manager/2018/com.vmware.vrsuite.lcm.20.doc/GUID-E31CB588-6CDB-4064-96ED-1BF771914173.html?hWord=N4IghgNiBcIKYA8AucB2ATABOglgZwGs9M9UwAHPACwHsk8QBfIA
We cannot extend disks with snapshots in vmware vSphere cloud. I want to know the reason for a better understanding of vSphere.
it is not allowed. As it has no purpose. We cannot extend disks with snapshots in vmware vSphere cloud.

How to enable virtualization in bios windows 8 using AMD E1-2100 APU G505? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am using lenovo AMD E1-2100 APU G505. I want to run a Virtual PC . After some googling I got some instruction. Some of the people suggested to change in bios. They suggested to go to Bios-> Security -> System Security -> Enable virtual. But when I tried that, I didn't find the system security under Security. what should I do? How can I enable virtualization in my pc? Please share If any one have any idea.
Solved this by editing bios -> config -> SVM enable.

What is BaseMosaic (NVidia/X11) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I see references to BaseMosaic in the NVidia X Server Settings applet, and in my xorg.conf, but I can't find a good description of it. What is it, and what does it do?
Mosaic is the way nvidia handles multiple GPUs and monitors.
BaseMosaic is when using separate GPUs without SLI, as there is also SLI Mosaic.
See Mosaic and SLI Mosaic for more detailed information