Thread 'Exclusive applications issue concerning Parallels Desktop'

Message boards : Questions and problems : Exclusive applications issue concerning Parallels Desktop
Message board moderation

To post messages, you must log in.

AuthorMessage
NGT6_1315
New member

Send message
Joined: 11 Jun 25
Posts: 1
Message 116231 - Posted: 11 Jun 2025, 16:36:59 UTC

Hi everyone,

I am currently trying to find a solution for the following issue.

I'm running BOINC 8.0.4 on two Mac OS computers, one of which being a M4 Pro Mac Mini which I also use for gaming. As this also involves Windows games, I use Parallels Desktop with a Windows 11 Enterprise VM environment.

In order to free up as many system resources for gaming when I am in the Windows VM, I have set Parallels as an exclusive app. From what I can tell, though, BOINC processing is not paused when I have Parallels running, so it doesn't seem to recognise the executable file.

I have read several older threads here concerning similar examples, which suggest manually adding the Unix executable to the cc_config.xml file. According to Activity Monitor, this seems to be a file called prl_client_app within the Parallels Desktop app package.

How exactly would I have to format the exclusive_app and exclusive_gpu_app entries for the .xml file?

Many thanks,
Dom
ID: 116231 · Report as offensive     Reply Quote
ProfileVitalii Koshura
Volunteer developer
Help desk expert
Avatar

Send message
Joined: 29 Mar 17
Posts: 82
Germany
Message 116232 - Posted: 11 Jun 2025, 17:31:52 UTC - in response to Message 116231.  

You can do it similar to this

<cc_config>
    <options>
        <exclusive_app>cl.exe</exclusive_app>
        <exclusive_app>link.exe</exclusive_app>
        <exclusive_app>vcpkg.exe</exclusive_app>
    </options>
</cc_config>

BOINC maintainer.
For any insight, check my BOINC Development Blog.
ID: 116232 · Report as offensive     Reply Quote

Message boards : Questions and problems : Exclusive applications issue concerning Parallels Desktop

Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.