2022-10-21 17:16:00 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [NS ](./bitburner.ns.md ) > [share ](./bitburner.ns.share.md )
## NS.share() method
2023-03-21 23:54:49 +01:00
Share the server's ram with your factions.
2022-10-21 17:16:00 +02:00
2023-02-11 19:18:50 +01:00
**Signature:**
2022-10-21 17:16:00 +02:00
```typescript
share(): Promise< void > ;
```
2023-02-11 19:18:50 +01:00
**Returns:**
2022-10-21 17:16:00 +02:00
Promise< void>
## Remarks
RAM cost: 2.4 GB
2023-08-16 23:08:55 +02:00
Increases rep/second for all faction work while share is running. Each cycle of ns.share() is 10 seconds. Scales with thread count, but at a sharply decreasing rate.
2022-10-21 17:16:00 +02:00