Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWesierski4 committed Feb 24, 2025
1 parent aa95dce commit a72ec8a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,16 @@ sudo sysctl -w vm.nr_hugepages=2048

The number is dependent on the workloads you wish to execute. Consider increasing the value if memory allocation failures occur during runtime.

### 4.1 User hughpage limitations

Some systems (mainly RHEL family) will limit the amout of memory user can allocate in hughpages you can add those in the following file
```bash
/etc/security/limits.d/24-memlock.conf
user_name hard memlock unlimited
user_name soft memlock unlimited

```

## 5. Run the Sample Application

### 5.1. Prepare Source Files
Expand Down

0 comments on commit a72ec8a

Please sign in to comment.