Skip to content

Commit 82fb9cd

Browse files
committed
fix: profile production
1 parent f38e600 commit 82fb9cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13171,7 +13171,7 @@ In this unit file, you will write the commands that you want to run on server bo
1317113171
[Unit]
1317213172
Description=Polkadot Node
1317313173
After=network.target
13174-
Documentation=https://github.com/paritytech/polkadot
13174+
Documentation=https://github.com/paritytech/polkadot-sdk
1317513175

1317613176
[Service]
1317713177
EnvironmentFile=-/etc/default/polkadot
@@ -26796,7 +26796,7 @@ The [Polkadot SDK Parachain Template](https://github.com/paritytech/polkadot-sdk
2679626796
!!!tip
2679726797
Initial compilation may take several minutes, depending on your machine specifications. Use the `--release` flag for improved runtime performance compared to the default `--debug` build. If you need to troubleshoot issues, the `--debug` build provides better diagnostics.
2679826798

26799-
For production deployments, consider using a dedicated `--production` profile (which can be copied from the [Polkadot SDK](https://github.com/paritytech/polkadot-sdk/blob/5d47972fad149da688f096d25ba643bd783f3604/Cargo.toml#L1436-L1439){target=\_blank}) - this can provide an additional 15-30% performance improvement over the standard `--release` profile.
26799+
For production deployments, consider using a dedicated [`--profile production`](https://github.com/paritytech/polkadot-sdk-parachain-template/blob/v0.0.4/Cargo.toml#L42-L45){target=\_blank} flag - this can provide an additional 15-30% performance improvement over the standard `--release` profile.
2680026800

2680126801
4. Upon successful compilation, you should see output similar to:
2680226802
<div id="termynal" data-termynal>

tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The [Polkadot SDK Parachain Template](https://github.com/paritytech/polkadot-sdk
7777
!!!tip
7878
Initial compilation may take several minutes, depending on your machine specifications. Use the `--release` flag for improved runtime performance compared to the default `--debug` build. If you need to troubleshoot issues, the `--debug` build provides better diagnostics.
7979

80-
For production deployments, consider using a dedicated `--production` profile (which can be copied from the [Polkadot SDK](https://github.com/paritytech/polkadot-sdk/blob/5d47972fad149da688f096d25ba643bd783f3604/Cargo.toml#L1436-L1439){target=\_blank}) - this can provide an additional 15-30% performance improvement over the standard `--release` profile.
80+
For production deployments, consider using a dedicated [`--profile production`](https://github.com/paritytech/polkadot-sdk-parachain-template/blob/v0.0.4/Cargo.toml#L42-L45){target=\_blank} flag - this can provide an additional 15-30% performance improvement over the standard `--release` profile.
8181

8282
4. Upon successful compilation, you should see output similar to:
8383
--8<-- 'code/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/compilation-output.html'

0 commit comments

Comments
 (0)