# Running any processing program freezes macbook

**URL:** https://discourse.processing.org/t/running-any-processing-program-freezes-macbook/25381
**Category:** Processing
**Created:** [November 12, 2020, 8:52pm UTC](https://discourse.processing.org/t/running-any-processing-program-freezes-macbook/25381 "2020-11-12T20:52:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Grimtin10](https://avatars.discourse-cdn.com/v4/letter/g/e47c2d/32.png) [@Grimtin10](https://discourse.processing.org/u/Grimtin10)
#### Post date: [November 12, 2020, 8:52pm UTC](https://discourse.processing.org/t/running-any-processing-program-freezes-macbook/25381/1 "2020-11-12T20:52:00Z")

</div>

Specs:  
MacBook Pro  
MacOS Catalina 10.15.7  
8 GB Memory

Any processing program (even a blank program that just makes a window) freezes macbook causing it to run slowly only updating mouse smoothly. (updating all other UIs at about 0.5 fps)

Update: It only freezes for a period of time (~15-30 seconds) while it starts up and fully initializes the program.

It was working yesterday, running every program smoothly. I restarted my computer and it didn’t fix it. I don’t know what the problem could be.

---

<div class="post-metadata">

### Author: ![jay\_m](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jay_m/32/11020_2.png) [@jay\_m](https://discourse.processing.org/u/jay_m)
#### Post date: [November 12, 2020, 9:17pm UTC](https://discourse.processing.org/t/running-any-processing-program-freezes-macbook/25381/2 "2020-11-12T21:17:33Z")

</div>

did you change the screen resolution?  
what happens if you use P2D?  
(instead of doing `size(600, 400);` do `size(600, 400, P2D);`)

---

<div class="post-metadata">

### Author: ![Grimtin10](https://avatars.discourse-cdn.com/v4/letter/g/e47c2d/32.png) [@Grimtin10](https://discourse.processing.org/u/Grimtin10)
#### Post date: [November 13, 2020, 12:25am UTC](https://discourse.processing.org/t/running-any-processing-program-freezes-macbook/25381/3 "2020-11-13T00:25:05Z")

</div>

Running a completely empty project also crashes it.
