cat a /proc entry

ratheesh kannoth <[email protected]> Wed, 21 Nov 2012 09:34:09 +0530
Newsgroups org.kernel.vger.linux-c-programming,org.kernel.vger.linux-newbie
Message-ID <CAGZFCEFaWrXMDAjCrXipiPyLxeWaQzGgn=GtLZhFHDwdrMAHcw@mail.gmail.com>
Hi,

is there size limit on the buffer content as i am using  "cat" command
( so ,not allocating any buffer in userspace, so not doing any
copy_to_user from kernel; simply doing  sprintf(buffer, %s , data )
from kernel  for a big data  )

-Ratheesh