Changes between Version 47 and Version 48 of AppPlanSpec
- Timestamp:
- Jul 26, 2018, 12:36:51 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v47 v48 85 85 Multi-thread VM-based apps should do so as well, since VMWare may refuse to create a VM with more threads than NPC. 86 86 87 Note: the number of CPUs sent to the client, 88 and visible to the user, is in terms of logical CPUs. 89 If '''<physical_threads>''' is set, and the host is hyperthreaded, 90 this will be twice the number of threads; 91 i.e. for a sequential app it will be 2. 92 87 93 === Multithread apps === 88 94 … … 102 108 Pass this to the app with a '''--memory_size_mb X''' command-line arg. 103 109 104 Implementation note: the number of CPUs sent to the client,105 and visible to the user, is in terms of logical CPUs.106 if '''<physical_threads>''' is set, and the host is hyperthreaded,107 this will be twice the number of threads.108 109 110 === GPU apps === 110 111