Skip to content

Commit 3c5e443

Browse files
committed
Quarkus and Raspberry Pi - bare metal - blog fix
- in the "Run in production" a slow startup is mentioned, however it should be only related to the dev mode
1 parent 6ba4717 commit 3c5e443

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_posts/2024-12-09-quarkus-rpi-bare-metal.asciidoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,10 @@ NOTE: Currently, the Dev UI is not available in the remote dev mode for security
120120
=== Step 4 - Run in production
121121

122122
Of course, you can run your Quarkus app in a JVM on the target Raspberry Pi.
123-
But the startup is a bit slow, more than ten seconds even for simple apps.
124-
Also Raspberry Pi is not endowed with a large amount of memory.
123+
However, Raspberry Pi is not endowed with a large amount of memory.
125124
So what about native image?
126125
That might be a perfect fit.
127-
However, there's one problem - Raspberry Pi is an ARM-based single-board computer (`aarch64` architecture for Raspberry Pi 4 Model B).
126+
There's one problem though - Raspberry Pi is an ARM-based single-board computer (`aarch64` architecture for Raspberry Pi 4 Model B).
128127
But your machine might be Intel-based (`x86_64` architecture).
129128
In other words, usually you cannot build the native image of your machine and run it on Raspberry Pi.
130129

0 commit comments

Comments
 (0)