# فشل سكريبت التشغيل بسبب "قائمة الحجج طويلة جداً"

**URL:** https://meta.discourse.org/t/launcher-script-fails-due-to-argument-list-too-long/104705
**Category:** Development
**Created:** [19 ديسمبر 2018، 8:17م UTC](https://meta.discourse.org/t/launcher-script-fails-due-to-argument-list-too-long/104705 "2018-12-19T20:17:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Eduardo\_Poleo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eduardo_poleo/32/155764_2.png) [@Eduardo\_Poleo](https://meta.discourse.org/u/Eduardo_Poleo)
#### Post date: [19 ديسمبر 2018، 8:17م UTC](https://meta.discourse.org/t/launcher-script-fails-due-to-argument-list-too-long/104705/1 "2018-12-19T20:17:38Z")

</div>

Hey guys,

We are currently using discourse as a multi-tenanted community platform. Every time we add a new tenant our containers/“$config”.yml files grow. The issue is that we’ve already reached the point where commands such as

```
raw=`exec echo "$input" | $docker_path run $user_args --rm -i -a stdin -a stdout $image ruby -e "$env_ruby"

```

have started to fail due to “Argument list too long” presumably because the size of “$input” (which is built using the config file) is too big for echo to handle.

Do you guys have any suggestion for this?
