# Resources usage of Node RED on Raspberry Pi 4B

**URL:** https://discourse.nodered.org/t/resources-usage-of-node-red-on-raspberry-pi-4b/97871
**Category:** General
**Created:** [30 June 2025 09:56 UTC](https://discourse.nodered.org/t/resources-usage-of-node-red-on-raspberry-pi-4b/97871 "2025-06-30T09:56:30Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![AungKL](https://avatars.discourse-cdn.com/v4/letter/a/ba9def/32.png) [@AungKL](https://discourse.nodered.org/u/AungKL)
#### Post date: [30 June 2025 09:56 UTC](https://discourse.nodered.org/t/resources-usage-of-node-red-on-raspberry-pi-4b/97871/1 "2025-06-30T09:56:30Z")

</div>

Hello dude,  
I'd like to know the information of the resources (RAM and CPU) of Node RED which is running on Raspberry Pi 4B.

I'm planning to run Pi 4B on the battery for some IoT projects.

On Node RED, I'll use the built-in nodes plus sqlite node only in order to reduce power consumption.

For the devices to Pi communication is mqtt and data will be saved with sqlite database.

Is there any way to configure Node RED to reduce the power consumption?

Any advice or suggestions would be greatly appreciated.

Best regards,  
Aung

---

<div class="post-metadata">

### Author: ![hardillb](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hardillb/32/12373_2.png) [@hardillb](https://discourse.nodered.org/u/hardillb)
#### Post date: [30 June 2025 10:24 UTC](https://discourse.nodered.org/t/resources-usage-of-node-red-on-raspberry-pi-4b/97871/2 "2025-06-30T10:24:19Z")

</div>

Resource usage is going to be entirely dependent on the flow you deploy.

---

<div class="post-metadata">

### Author: ![leftymuller](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/leftymuller/32/102326_2.png) [@leftymuller](https://discourse.nodered.org/u/leftymuller)
#### Post date: [30 June 2025 15:54 UTC](https://discourse.nodered.org/t/resources-usage-of-node-red-on-raspberry-pi-4b/97871/3 "2025-06-30T15:54:48Z")

</div>

> [@AungKL](#):
>
> Is there any way to configure Node RED to reduce the power consumption?

Yes!... consider another SBC ..  
Pi4 arent exactly low powered.. I would guess the pull of a Pi4 running node-red and some light database at an average of 800mA +++ more if using wifi

maybe consider something like this .. 2 watts total power draw

> **[LattePanda V1 - The smallest intel atom x86 windows Single Board Computer](https://www.lattepanda.com/lattepanda-v1)**
>
> LattePanda V1 - the smallest and low cost x86 windows Single Board Computer based on intel Atom, perfect for embedded applications.

---

<div class="post-metadata">

### Author: ![AungKL](https://avatars.discourse-cdn.com/v4/letter/a/ba9def/32.png) [@AungKL](https://discourse.nodered.org/u/AungKL)
#### Post date: [30 June 2025 16:26 UTC](https://discourse.nodered.org/t/resources-usage-of-node-red-on-raspberry-pi-4b/97871/4 "2025-06-30T16:26:37Z")

</div>

Thank you for fast response.

Is there ways to make the selection of the nodes at the start up of the Node RED or something like lite version of Node RED?

Because of high power consumption of Pi 4B, I'll downgrade the Pi 4B to Pi zero 2W, the RAM usage of Node RED is very crucial.

Best regards,  
Aung

---

<div class="post-metadata">

### Author: ![hardillb](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hardillb/32/12373_2.png) [@hardillb](https://discourse.nodered.org/u/hardillb)
#### Post date: [30 June 2025 16:43 UTC](https://discourse.nodered.org/t/resources-usage-of-node-red-on-raspberry-pi-4b/97871/5 "2025-06-30T16:43:41Z")

</div>

Reducing what nodes are available (which is possible by excluding them in `settings.js`) in the palette will not change the resources (it may reduce memory usage by a very small amount) used by Node-RED.

None of the core nodes do any thing unless they are processing a message.

It is possible to write nodes that do consume resources just by loading the into the palette, but these are pretty rare.

You have not said how long you want this device to run from or what size of battery you were planning to use, as suggested by @leftymuller a Raspberry Pi 4 may not be the best fit for what ever larger problem you are trying to solve here.

---

<div class="post-metadata">

### Author: ![jbudd](https://avatars.discourse-cdn.com/v4/letter/j/5f8ce5/32.png) [@jbudd](https://discourse.nodered.org/u/jbudd)
#### Post date: [30 June 2025 17:58 UTC](https://discourse.nodered.org/t/resources-usage-of-node-red-on-raspberry-pi-4b/97871/6 "2025-06-30T17:58:10Z")

</div>

I find that Node-red and sqlite run happily on a Pi Zero 2.  
Everything depends on how many messages you expect per second of course, and the quality of your code.

Use RPiOS Lite and access Node-red from a browser on a proper computer.  
Micro SD cards are not all created equal. Get a quality one such as Sandisk Ultra or Samsung Evo Plus

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [30 June 2025 18:58 UTC](https://discourse.nodered.org/t/resources-usage-of-node-red-on-raspberry-pi-4b/97871/7 "2025-06-30T18:58:18Z")

</div>

Hmmm maybe NOT anything x86 based as I’m not sure how long nodejs (and thus Node-RED) will support 32 bit hardware

---

<div class="post-metadata">

### Author: ![leftymuller](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/leftymuller/32/102326_2.png) [@leftymuller](https://discourse.nodered.org/u/leftymuller)
#### Post date: [1 July 2025 06:59 UTC](https://discourse.nodered.org/t/resources-usage-of-node-red-on-raspberry-pi-4b/97871/8 "2025-07-01T06:59:44Z")

</div>

> [@dceejay](#):
>
> Hmmm maybe NOT anything x86

The LattePanda I linked to is a 64 bit machine

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [29 September 2025 07:00 UTC](https://discourse.nodered.org/t/resources-usage-of-node-red-on-raspberry-pi-4b/97871/9 "2025-09-29T07:00:05Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
