Changes between Version 47 and Version 48 of AppPlanSpec


Ignore:
Timestamp:
Jul 26, 2018, 12:36:51 PM (6 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v47 v48  
    8585Multi-thread VM-based apps should do so as well, since VMWare may refuse to create a VM with more threads than NPC.
    8686
     87Note: the number of CPUs sent to the client,
     88and visible to the user, is in terms of logical CPUs.
     89If '''<physical_threads>''' is set, and the host is hyperthreaded,
     90this will be twice the number of threads;
     91i.e. for a sequential app it will be 2.
     92   
    8793=== Multithread apps ===
    8894
     
    102108   Pass this to the app with a '''--memory_size_mb X''' command-line arg.
    103109
    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    
    109110=== GPU apps ===
    110111